home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / AppleSearch / Macintosh / AppleSearch Client API / New Feature! Read Me
Encoding:
Text File  |  1995-01-19  |  724 b   |  10 lines  |  [TEXT/ttxt]

  1. New Feature!
  2.  
  3. A new logon call has been added that allows you to pass in the userName, password, serverName, and zoneName.  This will enable you to save that information and log on without any user intervention (like authentication dialogs etc.)
  4.  
  5. The call is ASNewLogon and can be found in the header file.
  6.  
  7. NOTE:
  8.     This call may not be supported in systems beyond 7.5.  We had to directly manipulate low memory globals to bypass the normal PPC behaviour.  Since the low memory globals are not guaranteed to exist in future incarnations of the system, we are offering this call with no guarantee that it will work in the future.
  9.  
  10. Since so many developers asked for this feature, we are providing it at this time, unsupported.